Feb 03 2018 / 17:55:32
プログラミング > 遭遇したエラーとその対処 >
Keyword:

Spacemacsでテーマgruvboxを設定する際にエラー

今回のエラー


Warning (spacemacs): An error occurred while retrieving the theme, using default theme. (error: (file-error Cannot open load file No such file or directory autothemer))

解決方法

ココらへんでも話題にされているエラーですが、


wget https://raw.githubusercontent.com/magnars/dash.el/master/dash.el wget https://raw.githubusercontent.com/sebastiansturm/autothemer/master/autothemer.el ;; user-init (load-file "~/spacemacs/dash.el") (load-file "~/spacemacs/autothemer.el")
こんな感じで解決されるよ、という返信がありました。自分の場合もこれで解決できたので一応書いておきます。